home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / disk / gwindos.zip / GWIN.INI < prev    next >
Text File  |  1993-11-12  |  23KB  |  564 lines

  1.  
  2. ;           GWIN -- HELP file MENU Application.  Mike Bonnell, 1993
  3. ; ==========================================================================
  4. ; TOP of FILE Information
  5. ; ==========================================================================
  6. ;@dark gray,White,black,White,TSize=21
  7. ;! Contents
  8. ;^dark gray
  9. ;timeout=00300
  10.  
  11.  
  12. ; ==========================================================================
  13. ;  GWIN HELP FILE starts here.                       (c) Mike Bonnell, 1993
  14. ; ==========================================================================
  15.  
  16. @Light Red,White,Black,White,TSize=23
  17. !HELP
  18. ;timeout=00120
  19. ^Light red
  20. %Size=10
  21. #Light cyan
  22. $020000 There are several pages (screens) devoted to HELP. To locate a given subject, use the
  23. $020015 <F2> key and type a subject name from the list below. Use <PgUp> <PgDn> to browse.
  24. #Light Gray
  25. $040040 Subject
  26. #White
  27. $040060 Operation of GWIN     -- How to use GWIN.
  28. $040080 Screensaver           -- Setting the screensaver timeout value.
  29. $040100 Keys                  -- Keyboard keys that are supported by GWIN.
  30. $040120 Color Names           -- Valid Color Names.
  31. $040140 Text Color            -- Text Color parameter.
  32. $040160 Size                  -- Text sizing parameter.
  33. $040180 TopWin parameter      -- Defines window colors and text size for Menu title.
  34. $040200 Menu Title            -- Text line for the Menu title.
  35. $040220 Status Line Color     -- Change the appearance of the status line.
  36. $040240 Menu Item             -- Defining a menu Item.
  37. $040260 Program to Load       -- Defines the program or batch file to load.
  38. $040280 Text lines            -- Displaying text on the screen.
  39. $040300 Comment Lines         -- Full lines only.
  40. $040320 Blank Lines           -- Use blank lines to separate a grouping of parameters.
  41. $040340 Screen Parameter Set  -- Requirements to make a screen work properly.
  42. $040360 Design a Menu         -- Menu creation and modification.
  43.  
  44. ; ==========================================================================
  45. ;  GWIN HELP FILE -- OPERATION
  46. ; ==========================================================================
  47.  
  48. @Light Red,White,Black,White,TSize=23
  49. !Operation of GWIN
  50. %Size=14
  51. #Light cyan
  52. $020020 GWIN may be loaded from the command line or a batch file. If you type the
  53. $020040 program name with no commandline argument, GWIN looks for the file 
  54. #White
  55. $532040 GWIN.MNU
  56. #Light cyan
  57. $020060 You may create your own Help files or Menu files using another filename.ext 
  58. $020080 and name this file in a commandline argument when GWIN is loaded.  GWIN will 
  59. $020100 look along the DOS PATH for the file you name.   You should install a PATH
  60. $020120 parameter in AUTOEXEC.BAT that points to the GWIN directory.
  61.  
  62. #light Cyan
  63. $020150 Software Requirements:
  64. #White
  65. $020170 MS-DOS 5.00 or greater and a Text Editor. 
  66. #light Green
  67. $350170 (edit.com works fine.)
  68. #White
  69. $020190 An additional SET parameter is required in your AUTOEXEC.BAT file. This parameter 
  70. $020210 tells GWIN where to find its files. Format is   --   SET GWINDIR=[d:]\[path].
  71. $020230 d: is the drive letter and path is the Directory name where GWIN was installed.
  72. $020250 If this parameter is not present in AUTOEXEC, GWIN will not load.
  73. #Yellow
  74. $020270 Consult yout DOS manual for the SET parameter useage.
  75. #Light Cyan
  76. $020340 Hardware Requirements:
  77. #White
  78. $020360 AT 386 or greater, 640k memory, Hard Drive (250k disk space), vga graphics. 
  79. $020380 Color Monitor. (Vga adapter must be IBM compatible.)
  80.  
  81. ; ==========================================================================
  82. ;  GWIN HELP FILE -- SCREENSAVER
  83. ; ==========================================================================
  84.  
  85. @Light Red,White,Black,White,TSize=23
  86. !Screensaver
  87. %Size=10
  88. #White
  89. $010040 Format is [timeout=nnnnn]
  90. #Light Cyan
  91. $010060  timeout= is the parameter name and nnnnn is a numeric value ranging from 00000 to 32768
  92. $010080  in seconds. Leading zeroes must be present.  nnnnn may also be <never>.
  93. $010100  ex. timeout=00120  will cause the screensaver to activate after 2 minutes of no keyboard
  94. $010120  activity.  
  95. #Light Green
  96. $010160  GWIN's screensaver may be set to invoke at any time you choose. The acceptable values
  97. $010175  are 00000 through 32768 in seconds.
  98. $010190  Multiple <timeout=> parameters may be inserted in a GWIN menu file each having a different
  99. $010205  timeout value. The current timeout value is used until another <timeout=> is encountered,
  100. $010220  then the new value is used.
  101. $010270  If you do not use the timeout= parameter, the screensaver will not be invoked. The screen 
  102. $010285  saver will activate only if you have a GWIN display on the screen.
  103. #Yellow
  104. $010320  If an application is loaded, GWIN's screensaver will not go active.
  105. $005380  Watch the case of the letters in this parameter -- <timeout=> must be lower case.
  106.  
  107. ; ==========================================================================
  108. ;  GWIN HELP FILE -- KEYS
  109. ; ==========================================================================
  110.  
  111. @Light Red,White,Black,White,TSize=23
  112. !Keys
  113. %Size=10
  114. #Light Cyan
  115. $020040 The Keyboard keys listed here are the only keys supported by GWIN. If any other key is
  116. $020055 pressed, a message will display in the status window indicating that you have pressed 
  117. $020070 an unsupported key. The condition will not cause problems and the current screen will 
  118. $020085 remain active.
  119. %Size=12
  120. #White
  121. $020130 Key Name
  122. #Light Green
  123. %Size=10
  124. $120134 GWIN supports 14 Keys. They are listed below. 
  125. %Size=10
  126. #White
  127. $040165 <Esc>
  128. #Light Cyan
  129. $090165 Exit GWIN and return to DOS.
  130. #White
  131. $020185 <Up> <Dn> 
  132. #Light Cyan
  133. $090185 Move the Hi-lite box to the next or previous Menu Item. <Lt> and <Rt> work, too.
  134. #White
  135. $030205 <Enter>
  136. #Light Cyan
  137. $090205 Load the Program that is surrounded by the Hi-Lite Box.
  138. #White
  139. $040225 <PgUp> 
  140. #Light Cyan
  141. $090225 Display the previous Screen.
  142. #White
  143. $040245 <PgDn> 
  144. #Light Cyan
  145. $090245 Display the next Screen. (If <PgDn> results in end of file, then Exit.)
  146. #White
  147. $040265 <Home> 
  148. #Light Cyan
  149. $090265 Display the first screen on a file.  This is usually a MENU.
  150. #White
  151. $040285 <End>  
  152. #Light Cyan
  153. $090285 Display the last screen. (Usually this is not a MENU. It marks end of file. )
  154. #White
  155. $040305 <F1>   
  156. #Light Cyan
  157. $090305 Press <F1> to see a list of all Keys supported by GWIN. 
  158. #White
  159. $040325 <F2>   
  160. #Light Cyan
  161. $090325 Press <F2> then type the name of the HELP SUBJECT. You may type a partial name 
  162. $090340 and GWIN will load the first match found. Use <PgUp> or <PgDn> to browse.
  163. #White
  164. $040360 <F3>   
  165. #Light Cyan
  166. $090360 About GWIN.
  167. #White
  168. $040380 <F4>  
  169. #Light Cyan
  170. $090380 Use this to exit HELP and return to your MENU. 
  171.  
  172. ; ==========================================================================
  173. ;  GWIN HELP FILE -- COLOR NAMES
  174. ; ==========================================================================
  175.  
  176. @Light Red,White,Black,White,TSize=23
  177. !Color Names
  178. %Size=14
  179. #White
  180. $010040 Colors may be selected with the #Color parameter to set a line to a given color.
  181. $010060 You should try to use the dark colors for background, and the light colors for
  182. $010080 text. Any combination may be used, though.    You could set the background to 
  183. $010100 #White and the text to #Black  (or any other combination)   for  special effect.
  184. $010120 The Color Names shown here are valid for the TopWin,#color,and StatusLine Color 
  185. $010140 parameters.
  186. %Size=12
  187. #Light Green
  188. $010170 Dark colors:
  189. %Size=10
  190. #Light Cyan
  191. $010210 Black, Blue, Cyan, Red, Green, Brown, Magenta, Dark Gray.
  192. %Size=12
  193. #Light Green
  194. $010250 Light colors:
  195. %Size=10
  196. #light Cyan
  197. $010290 Light Gray, Light Blue, Light Cyan, Light Red, Light Green, Light Magenta, Yellow, White.
  198.  
  199. ; ==========================================================================
  200. ;  GWIN HELP FILE -- SIZE=
  201. ; ==========================================================================
  202.  
  203. @Light Red,White,Black,White,TSize=23
  204. !Size
  205. %Size=10
  206. #White
  207. $020005 Format is  [%Size=][nn]
  208. #Light Cyan
  209. $020020 [%Size=] is the parameter name, and [nn] is the text size.
  210. %Size=14
  211. #White
  212. $010040 The %Size=nn parameter controls the textsize of all text lines following until
  213. $010060 another %Size=nn parameter is encountered.    (The textsize of Menu Items is 
  214. $010080 fixed and cannot be changed.)
  215. %Size=10
  216. $010140 Valid sizes are --
  217. #Light Green
  218. $180140 Main Window
  219. #Yellow
  220. $180160 08  (8pt.)
  221. $180180 10 (10pt.)
  222. $180200 12 (12pt.)
  223. $180220 14 (14pt.)
  224. $180240 16 (16pt.)
  225. $180260 20 (20pt.)
  226. $180280 24 (24pt.)
  227. $180300 28 (28pt.)
  228. #Light Green
  229. $280140 Title Window
  230. #Yellow
  231. $280160 07  (8pt.)
  232. $280180 09 (10pt.)
  233. $280200 11 (12pt.)
  234. $280220 13 (14pt.)
  235. $280240 15 (16pt.)
  236. $280260 19 (20pt.)
  237. $280280 23 (24pt.)
  238. $280300 27 (28pt.)
  239. #White
  240. $010330 The Status line text size cannot be changed.
  241. $010360 The text size in the Title Window is controlled by the TSize=nn parameter. See the TopWin 
  242. $010380 parameter for a more complete description of TSize=nn.
  243.  
  244. ; ==========================================================================
  245. ;  GWIN HELP FILE -- TEXT COLOR
  246. ; ==========================================================================
  247.  
  248. @Light Red,White,Black,White,TSize=23
  249. !Text Color
  250. %Size=10
  251. #white
  252. $020005 Format is #[color]
  253. #Light Cyan
  254. $020020 # is the parameter name, and [color] is the color name.
  255. %Size=14
  256. #White
  257. $020050 The #Color parameter sets the textcolor for both text and Menu Items. The new 
  258. $020070 color remains in effect until another #color parameter is encountered.
  259. $020110 You may use the #color parameter to set the highlite box by inserting a #color
  260. $020130 as the last line in a Screen Parameter Set. The highlite box uses the most 
  261. $020150 recent #color encountered.
  262. %Size=12
  263. #Light Green
  264. $020250 Dark colors:
  265. %Size=10
  266. #Light Cyan
  267. $020280 Black, Blue, Cyan, Red, Green, Brown, Magenta, Dark Gray.
  268. %Size=12
  269. #Light Green
  270. $020330 Light colors:
  271. %Size=10
  272. #light Cyan
  273. $020360 Light Gray, Light Blue, Light Cyan, Light Red, Light Green, Light Magenta, Yellow, White.
  274.  
  275. ; ==========================================================================
  276. ;  GWIN HELP FILE -- TOPWIN
  277. ; ==========================================================================
  278.  
  279. @Light Red,White,Black,White,TSize=23
  280. !TopWin Parameter
  281. %Size=10
  282. #white
  283. $020010 Format is [@][color1,color2,color3,color4,TSize=[size]
  284. #Light Cyan
  285. $020030 @ is the parameter name, and color[n] is the color name for a screen element.  
  286. $020045 [size] is the text size for the Title at the top of the screen.
  287. %Size=14
  288. #White
  289. $020070 The TopWin Parameter defines the start of a screen parameter set. The values  
  290. $020090 contained in the parameter define the background color for the Title Window 
  291. $020110 and the Main Window. The TSize=[size] portion defines the text size for the 
  292. $020130 Title Window.
  293. $020160 Color1 and Color2 define the background color (Color1) and the text color 
  294. $020180 (Color2) for the Title Window.
  295. $020210 Color3 and Color4 define the background color (Color3) and the default text 
  296. $020230 color (Color4) for the Main Window. (see note below.)
  297. $020260 TSize=[size] defines the text size for the Title Window. (TSize=) must appear
  298. $020290 as shown here. The case of the letters is important. TS must be CAPS and ize 
  299. $020310 must be lower case. See the Size parameter description for valid entries.
  300. #Yellow
  301. $020330 Note: Main Window text colors may be altered by using the #color parameter.
  302. $020350       A comma must separate each operand in the TopWin Parameter.
  303.  
  304.  
  305. ; ==========================================================================
  306. ;  GWIN HELP FILE -- MENU/HELP TITLE
  307. ; ==========================================================================
  308.  
  309. @Light Red,White,Black,White,TSize=23
  310. !Menu Title
  311. ^Light Red
  312. %Size=10
  313. #white
  314. $020010 Format is  ![Text for the Title]
  315. #Light Cyan
  316. $020040 ! is the parameter name. Type the text that will display in the TopWin Title.
  317. %Size=14
  318. #White
  319. $010100 The Menu Title displays centered in the Top Window. Use TSize=nn to set the size 
  320. $010120 of the text. The Title is used during Search to locate a specific screen for 
  321. $010140 display.
  322. $010170 You must define a title if the search function <F2> is to be used.  The title 
  323. $010190 parameter must immediately follow the TopWin parameter.  Only one Title parameter 
  324. $010210 may be used in each Parameter Set.
  325.  
  326. ; ==========================================================================
  327. ;  GWIN HELP FILE -- STATUS LINE COLOR
  328. ; ==========================================================================
  329.  
  330. @Light Red,White,Black,White,TSize=23
  331. !Status Line Color
  332. ^Light Red
  333. %Size=10
  334. #white
  335. $020010 Format is  ^ [color]
  336. #Light Cyan
  337. $020040 ^ is the parameter name. color is a valid color name..
  338. %Size=14
  339. #White
  340. $010100 The Status line (at the bottom of the screen) may have its color set by  using 
  341. $010120 the Status Line Color parameter. You may set the color to any valid color name.
  342. $010140 The text color in the status line cannot be altered. GWIN will pick a contrasting
  343. $010160 color to use for the text based on the background color you name.
  344. $010190 Only one Status Line Color parameter may be included in a parameter set.
  345.  
  346. ; ==========================================================================
  347. ;  GWIN HELP FILE -- MENU ITEM
  348. ; ==========================================================================
  349.  
  350. @Light Red,White,Black,White,TSize=23
  351. !Menu Item
  352. ^Light Red
  353. %Size=10
  354. #white
  355. $020010 Format is  [xxxyyy] [text]
  356. #Light Cyan
  357. $010040 xxx is the graphics x coordinate, and equates to the starting column for the text display.
  358. $010060 yyy is the graphics y coordinate, and equates to the starting row. [text] is the text to
  359. $010080 display for this menu item. 
  360. #Yellow
  361. $200080 Menu Item text size cannot be altered.
  362. %Size=14
  363. #White
  364. $020130 The left side of the screen is 0 (zero) and the right side is 639. To show
  365. $020150 a menu item at the left side of the screen, X = 000. Normally a menu item 
  366. $020170 is indented. A starting left side value could be 010 or 020. (One or Two
  367. $020190 characters.) 
  368. $020210 The Top of the screen is 000 and the last location you should try to use is
  369. $020230 380. (479 is the bottom limit, but this is under the Status Line.) Each Item
  370. $020250 placed on the screen should be spaced far enough apart so that the Hi-Lite 
  371. $020270 box will not interfere with your text.
  372.  
  373. $020300 Example --   020120 
  374. #White
  375. $185300 ProComm
  376.  
  377. #White
  378. $020320 will display the word, 
  379. #Light Cyan 
  380. $195320 ProComm 
  381. #White
  382. $265320 slightly in from the left edge of the screen 
  383. $020340 and about 12 character heights down from the top of the Window. To place the
  384. $020360 next line directly below this one, use -- 020140 [text].
  385. #Light Cyan
  386. $010380 This line is positioned at 010380. It's text only, so the Size= was set to 14.
  387.  
  388.  
  389. ; ==========================================================================
  390. ;  GWIN HELP FILE -- PROGRAM TO LOAD
  391. ; ==========================================================================
  392.  
  393. @Light Red,White,Black,White,TSize=23
  394. !Program to Load
  395. ^Light Red
  396. %Size=10
  397. #White
  398. $020010 Format is  & [d:]\[path]\[progname.ext]
  399. $020040 & is the parameter name.
  400. #Light Cyan
  401. $020060 [d:] is the drive letter, [path] is the DOS path, and [progname.ext] is the name of the
  402. $020075 program, batchfile, or DOS function to be executed. The maximum Number of Menu Items per 
  403. $020090 screen is determined by the total length of all <Program to Load> parameters.
  404. $020120 The maximum size of the [path] area is is 1024 characters. This is normally enough to
  405. $020135 contain 30 - 35 Menu Items per screen. The number of Menu Screens available is unlimited.
  406. %Size=14
  407. #White
  408. $010200 The & (program to load) parameter must immediately follow its' respective Menu
  409. $010220 Item. When A Menu Item is selected, GWIN will try to load and execute whatever 
  410. $010240 is named in this parameter. 
  411. $010280 The [d:] and [path] portions are optional -- GWIN will search along the DOS PATH
  412. $010300 to locate the named program.
  413.  
  414. ; ==========================================================================
  415. ;  GWIN HELP FILE -- TEXT LINES
  416. ; ==========================================================================
  417.  
  418. @Light Red,White,Black,White,TSize=23
  419. !Text Lines
  420. ^Light Red
  421. %Size=10
  422. #white
  423. $020010 Format is  $ [xxxyyy] [text]
  424. $020040 $ is the parameter name.
  425. #Light Cyan
  426. $020060 [xxxyyy] is the screen coordinates, and [text] is the user text to be displayed.
  427. %Size=14
  428. #White
  429. $020100 An entire screen may be filled with text for use as a HELP FILE, or single
  430. $020120 lines (or a single word) may be positioned anywhere on the screen to clarify
  431. $020140 something. When combined with the Text Color parameter and the Text Size
  432. $020160 parameter, you are able to create custom screens for any purpose.
  433. $020200 See the Menu Item Parameter for use of the screen xxxyyy coordinates.)
  434.  
  435. ; ==========================================================================
  436. ;  GWIN HELP FILE -- COMMENT LINES
  437. ; ==========================================================================
  438.  
  439. @Light Red,White,Black,White,TSize=23
  440. !Comment Lines
  441. ^Light Red
  442. %Size=10
  443. #white
  444. $020010 Format is  ; [text]
  445. #Light Cyan
  446. $020040 ; is the parameter name. [text] is any text associated with the comment.
  447. %Size=14
  448. #White
  449. $020100 GWIN supports standard comment lines that have a semi-colon in column one
  450. $020120 and some text following -- (or no text.)
  451. $020150 The semi-colon must be in column one, making the entire line a comment.
  452. $020170 Partial comment lines are not supported.
  453.  
  454. ; ==========================================================================
  455. ;  GWIN HELP FILE -- BLANK LINES
  456. ; ==========================================================================
  457.  
  458. @Light Red,White,Black,White,TSize=23
  459. !Blank Lines
  460. ^Light Red
  461. %Size=14
  462. #White
  463. $020100 Blank lines may be inserted anywhere to separate a parameter set, or to
  464. $020130 separate groupings within a set.  Blank lines must contain only spaces.
  465. #Yellow
  466. $020160 Use the Comment line for comments.
  467.  
  468. ; ==========================================================================
  469. ;  GWIN HELP FILE -- SCREEN PARAMETER SET
  470. ; ==========================================================================
  471.  
  472. @Light Red,White,Black,White,TSize=23
  473. !Screen Parameter Set
  474. ^Light Red
  475. %Size=14
  476. #White
  477. $070030 The minimum requirements to make a screen work properly are --
  478. $070060 1)  The first line of each set must be a TopWin parameter.
  479. $070080 2)  The second Line must be a Menu Title.
  480. $070100 3)  Other Parameters are optional. Use them as needed.
  481. $070130 The parameters used to create this text screen are --
  482. $200160 @Light Red,White,Black,White,TSize=23
  483. $200180 !Screen Parameter Set
  484. $200200 ^Light Red
  485. $200220 %Size=14
  486. $200240 #White
  487. $070270 followed by the $xxxyyy [text] lines and the Dummy Menu Item.
  488.  
  489. ; ==========================================================================
  490. ;  GWIN HELP FILE -- DESIGN A MENU
  491. ; ==========================================================================
  492.  
  493. @Light Red,White,Black,White,TSize=23
  494. !Design a Menu
  495. ^Light Red
  496. %Size=10
  497. #White
  498. $030095 Creating a new Menu or HELP file may be accomplished by using the sample menu file
  499. $030110 and making new Menu Items and Text Lines corresponding with the applications you
  500. $030125 want your people to use. Make a copy of GWIN.MNU. 
  501.  
  502. $030145 There are two working Menus contained in this file in different formats, so you 
  503. $030160 should be able to customize them to suit your needs. 
  504.         
  505. $030180 If you keep the original GWIN.MNU file untouched and only modify the copy, any 
  506. $030195 changes you make will not hurt anything. Experimentation may be necessary until 
  507. $030210 you become comfortable with GWIN's parameter set and the screen handling technique 
  508. $030225 used to display your Menus and Help files.
  509.  
  510. $030245 Read the Help portion of GWIN.INI for parameter useage. Look at the Parameter Sets
  511. $030260 that are pre-defined in this file and try to model your first efforts after these.
  512. $030275 Use the <F10> function to load your file into the DOS 5.00 text editor, make your
  513. $030290 changes, and then go back to GWIN to see the effect. Don't try to modify GWIN.INI.
  514. $030305 It is used throughout for online help.
  515.  
  516.  
  517. ; ==========================================================================
  518. ;  GWIN HELP FILE -- DESCRIPTION OF GWIN
  519. ; ==========================================================================
  520.  
  521. @red,White,Black,White,TSize=23
  522. !Description of GWIN
  523. ^Blue
  524. #Light Gray
  525. %Size=10
  526. $030020 GWIN was designed to be a textfile display program. The intent was to allow a user to
  527. $010035 design HELP files for use in a business environment that could be displayed in GRAPHICS
  528. $010050 mode. This mode allows the size of text and text color to be altered to draw attention
  529. $010065 to something on the screen. Unlike text mode applications, the GWIN GRAPHICS environment 
  530. $010080 provides the designer with the tools to write HELP that makes an impact.
  531.  
  532. $030100 Since most users have a Menu Application of some sort, we added that function to GWIN,
  533. $010115 making the need for separate Applications  unnecessary. The GWIN Menus may be as simple
  534. $010130 or complex as you choose. 
  535.  
  536. $030150 The screensaver, although not as comprehensive as others, does provide a <broken glass>
  537. $010165 display and may be either used or not, as you choose. It uses a separate program that may
  538. $010180 be activated from the command line, from a Menu choice or from within GWIN. 
  539.  
  540. $010200 The program name is <GSAVR.EXE> and may be invoked by using the timeout= parameter within 
  541. $010215 GWIN.
  542.  
  543. $010235 GDSK.exe is a utility that will calculate and display the free space on a diskette or hard
  544. $010250 drive. format is GDSK [d:]
  545.  
  546. #Light Gray
  547. %Size=14
  548. $045340 We hope you will get some good use out of this application. Although no
  549. $045360 known problems exist, we appreciate your input and will resolve problems
  550. $045380 as we are made aware of them.
  551.  
  552.  
  553. ; ==========================================================================
  554. ;  GWIN HELP FILE -- END OF FILE  ( NOTHING BEYOND THIS PARAMETER SET. )
  555. ; ==========================================================================
  556.  
  557. @red,White,Blue,White,TSize=23
  558. !End of File
  559. ;timeout=00020
  560.  
  561. #White
  562. %Size=12
  563. $180030 GWIN Setup File -- Mike Bonnell, 1993
  564.